home *** CD-ROM | disk | FTP | other *** search
-
- // JavaScript wrapper for r3fiber.h
- // Auto generated file, do not modify by hand
- // Copyright ⌐ 2004, Realsoft Graphics Oy
-
- var R3_FIBER_H = 1;
- include("real/objects/r3level.js")
-
-
- var R3CLID_FIBER = 682;
-
-
-
-
-
-
-
- R3FIBERA_OrientationU = 682500;
- function SetR3FIBERA_OrientationU(value) {
- R3Set(this.r3obj, R3FIBERA_OrientationU, value, R3TID_INTEGER, 0);
- }
-
- function GetR3FIBERA_OrientationU() {
- return R3Get(this.r3obj, R3FIBERA_OrientationU, R3TID_INTEGER, 0);
- }
-
- R3FIBERA_OrientationV = 682501;
- function SetR3FIBERA_OrientationV(value) {
- R3Set(this.r3obj, R3FIBERA_OrientationV, value, R3TID_INTEGER, 0);
- }
-
- function GetR3FIBERA_OrientationV() {
- return R3Get(this.r3obj, R3FIBERA_OrientationV, R3TID_INTEGER, 0);
- }
-
- R3FIBERA_CurveCount = 682502;
- function SetR3FIBERA_CurveCount(value) {
- R3Set(this.r3obj, R3FIBERA_CurveCount, value, R3TID_INTEGER, 0);
- }
-
- function GetR3FIBERA_CurveCount() {
- return R3Get(this.r3obj, R3FIBERA_CurveCount, R3TID_INTEGER, 0);
- }
-
- R3FIBERA_PointCount = 682503;
- function SetR3FIBERA_PointCount(value) {
- R3Set(this.r3obj, R3FIBERA_PointCount, value, R3TID_INTEGER, 0);
- }
-
- function GetR3FIBERA_PointCount() {
- return R3Get(this.r3obj, R3FIBERA_PointCount, R3TID_INTEGER, 0);
- }
-
- R3FIBERA_Displacement = 682504;
- function SetR3FIBERA_Displacement(value) {
- R3Set(this.r3obj, R3FIBERA_Displacement, value, R3TID_FLOAT, 0);
- }
-
- function GetR3FIBERA_Displacement() {
- return R3Get(this.r3obj, R3FIBERA_Displacement, R3TID_FLOAT, 0);
- }
-
- R3FIBERA_DisplacementClid = 682505;
- function SetR3FIBERA_DisplacementClid(value) {
- R3Set(this.r3obj, R3FIBERA_DisplacementClid, value, R3TID_INTEGER, 0);
- }
-
- function GetR3FIBERA_DisplacementClid() {
- return R3Get(this.r3obj, R3FIBERA_DisplacementClid, R3TID_INTEGER, 0);
- }
-
- R3FIBERA_DisplacementRnd = 682506;
- function SetR3FIBERA_DisplacementRnd(value) {
- R3Set(this.r3obj, R3FIBERA_DisplacementRnd, value, R3TID_FLOAT, 0);
- }
-
- function GetR3FIBERA_DisplacementRnd() {
- return R3Get(this.r3obj, R3FIBERA_DisplacementRnd, R3TID_FLOAT, 0);
- }
-
- R3FIBERA_DisplacementChannel = 682507;
- function SetR3FIBERA_DisplacementChannel(value) {
- R3Set(this.r3obj, R3FIBERA_DisplacementChannel, value, R3TID_STRING, 0);
- }
-
- function GetR3FIBERA_DisplacementChannel() {
- return R3Get(this.r3obj, R3FIBERA_DisplacementChannel, R3TID_STRING, 0);
- }
-
- R3FIBERA_TargetID = 1225419278;
- function SetR3FIBERA_TargetID(value) {
- R3Set(this.r3obj, R3FIBERA_TargetID, value, R3TID_INTEGER, 0);
- }
-
- function GetR3FIBERA_TargetID() {
- return R3Get(this.r3obj, R3FIBERA_TargetID, R3TID_INTEGER, 0);
- }
-
-
-
- function r3Fiber () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_FIBER, arguments);
- }
- // Methods
-
- // Attributes
- this.GetOrientationU=GetR3FIBERA_OrientationU;
- this.SetOrientationU=SetR3FIBERA_OrientationU;
- this.GetOrientationV=GetR3FIBERA_OrientationV;
- this.SetOrientationV=SetR3FIBERA_OrientationV;
- this.GetCurveCount=GetR3FIBERA_CurveCount;
- this.SetCurveCount=SetR3FIBERA_CurveCount;
- this.GetPointCount=GetR3FIBERA_PointCount;
- this.SetPointCount=SetR3FIBERA_PointCount;
- this.GetDisplacement=GetR3FIBERA_Displacement;
- this.SetDisplacement=SetR3FIBERA_Displacement;
- this.GetDisplacementClid=GetR3FIBERA_DisplacementClid;
- this.SetDisplacementClid=SetR3FIBERA_DisplacementClid;
- this.GetDisplacementRnd=GetR3FIBERA_DisplacementRnd;
- this.SetDisplacementRnd=SetR3FIBERA_DisplacementRnd;
- this.GetDisplacementChannel=GetR3FIBERA_DisplacementChannel;
- this.SetDisplacementChannel=SetR3FIBERA_DisplacementChannel;
- this.GetTargetID=GetR3FIBERA_TargetID;
- this.SetTargetID=SetR3FIBERA_TargetID;
- }
-
- r3Fiber.prototype=new r3Level;
- // r3fiber.h_H